projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5af9d
)
testsuite: Skip GtkFileChooserNative for notification tests
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Nov 2015 00:03:10 +0000
(19:03 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Nov 2015 00:03:10 +0000
(19:03 -0500)
Like all the other GtkFileChooser implementations, this one
emits some unneeded notifications.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 6ef29f9300a96853125e026595dafdfa56f33227..e15a4a886e0f88576cb82ea6f935860703e5cc5b 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-407,6
+407,7
@@
test_type (gconstpointer data)
if (g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_BUTTON) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_DIALOG) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_WIDGET) ||
+ g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_NATIVE) ||
g_type_is_a (type, GTK_TYPE_PLACES_SIDEBAR))
return;